Auto merge of #2743 - alexcrichton:better-test-suite, r=alexcrichton
authorbors <bors@rust-lang.org>
Thu, 26 May 2016 04:54:45 +0000 (21:54 -0700)
committerbors <bors@rust-lang.org>
Thu, 26 May 2016 04:54:45 +0000 (21:54 -0700)
Split the test suite into multiple binaries

Helps reduce compile time of tests, more ergonomic names to type, more conventional configuration, and makes it basically easier to work with.

The previous `support` module is now a separate `cargotest` crate.


Trivial merge